toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.download.event
/
[jvm]DownloadUpdated
Download
Updated
public
interface
DownloadUpdated
implements
DownloadEvent
An event indicating that the download has been updated.
Members
Functions
current
Speed
Link copied to clipboard
public
long
currentSpeed
(
)
Returns the current download speed estimate in bytes/second.
download
Link copied to clipboard
public
Download
download
(
)
Returns the
Download
instance initiated this event.
progress
Link copied to clipboard
public
Optional
<
Progress
>
progress
(
)
Returns an
Optional
containing the rough percent complete or an empty
Optional
if we do not know it, because we did not receive the total size.
received
Bytes
Link copied to clipboard
public
long
receivedBytes
(
)
Returns the number or received (downloaded) bytes.
total
Bytes
Link copied to clipboard
public
long
totalBytes
(
)
Returns the total size of the downloaded file in bytes.